Name : stb_rect_pack-devel
| |
Version : 1.1^20220908git8b5f1f3
| Vendor : Fedora Project
|
Release : 0.3.fc37
| Date : 2022-09-10 14:40:21
|
Group : Unspecified
| Source RPM : stb-0^20220908git8b5f1f3-0.3.fc37.src.rpm
|
Size : 0.02 MB
| |
Packager : Fedora Project
| |
Summary : Simple 2D rectangle packer with decent quality
|
Description :
Useful for e.g. packing rectangular textures into an atlas. Does not do rotation.
Not necessarily the awesomest packing method, but better than the totally naive one in stb_truetype (which is primarily what this is meant to replace).
No memory allocations; uses qsort() and assert() from stdlib. Can override those by defining STBRP_SORT and STBRP_ASSERT.
This library currently uses the Skyline Bottom-Left algorithm.
Please note: better rectangle packers are welcome! Please implement them to the same API, but with a different init function.
|
RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/37/Everything/x86_64/os/Packages/s |